-
-
Notifications
You must be signed in to change notification settings - Fork 30
CI: add tests on python 3.14 #573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Need to wait for conda-forge/pyarrow-feedstock#156 it seems. |
On the short term, it might be easier to have Python 3.14 test coverage for a non-conda workflow. The gdal-docker workflow depends on the python version included in those docker images from GDAL though (in theory we can upgrade a python version there, but that might not be worth it). |
Looks like the tests pass! |
Is there an expected date for a new release with Python 3.14 support? |
The tests on GDAL < 3.6 seem to be failing because installing python 3.10 does not seem to be working anymore, but as support is being dropped in #584 anyway... this is no problem. |
No description provided.